home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1997 February
/
Computer Life February 1997.iso
/
S
/
wws9530
/
Product
/
WORDSRCH.EXE
/
0
/
RCDATA
/
TIMPORTPUZZLES
/
TIMPORTPUZZLES.txt
Wrap
Text File
|
1996-03-09
|
2KB
|
100 lines
object ImportPuzzles: TImportPuzzles
Left = 342
Top = 118
BorderStyle = bsDialog
Caption = 'Import Rampage Puzzles'
ClientHeight = 399
ClientWidth = 454
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
Scaled = False
OnShow = FormShow
TextHeight = 19
object Label2: TLabel
Left = 12
Top = 52
Width = 433
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'Puzzles in File'
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 4
Top = 4
Width = 445
Height = 41
Color = clTeal
TabOrder = 0
object FileNameLabel: TLabel
Left = 4
Top = 8
Width = 437
Height = 25
Alignment = taCenter
AutoSize = False
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
end
object PuzzleBox: TListBox
Left = 12
Top = 80
Width = 429
Height = 269
ExtendedSelect = False
ItemHeight = 19
MultiSelect = True
Sorted = True
TabOrder = 1
end
object SelectAllButton: TButton
Left = 12
Top = 360
Width = 97
Height = 33
Caption = '&Select All'
TabOrder = 2
OnClick = SelectAllButtonClick
end
object ClearButton: TButton
Left = 116
Top = 360
Width = 97
Height = 33
Caption = 'C&lear All'
TabOrder = 3
OnClick = ClearButtonClick
end
object OkButton: TButton
Left = 240
Top = 360
Width = 97
Height = 33
Caption = '&Ok'
TabOrder = 4
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 344
Top = 360
Width = 97
Height = 33
Caption = '&Cancel'
TabOrder = 5
OnClick = CancelButtonClick
end
end